Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: combinations , Previous: collect-pool , Up: C , Home: Overview

Clamps Dictionary

color->midi-rgb

Function

(color->midi-rgb color)

Return a list of MIDI RGB values for color.

Arguments

color String of 6 letters containing the HEX Values for R, G and B.

Example

(color->midi-rgb "ffff00") -> (127 127 0)

Author: Orm Finnendahl

Created: 2025-06-08 So 16:56

Validate